(search_command): #if 0 previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Feb 1993 05:55:45 +0000 (05:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Feb 1993 05:55:45 +0000 (05:55 +0000)
src/search.c

index abb38c70241a6572304f640bb93e1d8c589e7555..0cc5fa7fb74208290a5fbc64f302c2fcaf75b698 100644 (file)
@@ -502,7 +502,12 @@ search_command (string, bound, noerror, count, direction, RE)
        {
          if (lim < BEGV || lim > ZV)
            abort ();
+         SET_PT (lim);
+         return Qnil;
+#if 0 /* This would be clean, but maybe programs depend on
+        a value of nil here.  */
          np = lim;
+#endif
        }
       else
        return Qnil;